Html Css Color HEX #CCB015 Bird Flower

📋 copy color: '#CCB015'

red 204 ◦ green 176 ◦ blue 21

#CCB015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CCB015

Tints of Bird Flower #CCB015

RGB

 RED value IS 204 (80.08% from 255) = 50.87%

 GREEN value IS 176 (69.14% from 255) = 43.89%

 BLUE value IS 21 (8.59% from 255) = 5.24%

R = 50.87%
G = 43.89%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCB015 (or 0xCCB015) is known color: Bird Flower. HEX triplet: CC, B0 and 15. RGB value is (204,176,21). Sum of RGB (Red+Green+Blue) = 204+176+21=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB015 is #334FEA. Grayscale: #A7A7A7. Windows color (decimal): -3362795 or 1421516. OLE color: 1421516.

HSL color Cylindrical-coordinate representation of color #CCB015: hue angle of 50.82º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCB015 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 21 -
CMYK 0 0.14 0.90 0.2
HSL 50.82º 0.81% 0.44% -
HSV(B) 50.82º 0.9% 0.8% -
XYZ 40.56 43.94 7.05 -
YUV 166.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 204 176 21 0 0.14 0.90 0.2 50.82 0.81 0.44
Hex CC B0 15 0 E 5A 14 33 51 2C
Octal 314 260 25 0 16 132 24 63 121 54
Binary 11001100 10110000 10101 0 1110 1011010 10100 110011 1010001 101100

Color Harmonies of #CCB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB015

Black with #CCB015

Text Example


Text Example

White with #CCB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB015; }

 p { color: rgb(204,176,21); }

 H1.HeaderClassName
 {
   color: #CCB015;
 }
 .AnyTagClassName
 {
   color: #CCB015;
 }
</style>

background-color css

<style>
 a { background-color: #CCB015; }

 a { background-color: rgb(204,176,21); }

 div.DivClassName
 {
   background-color: #CCB015;
 }
 .BgClassName
 {
   background-color: #CCB015;
 }
</style>

border-color css

<style>
 span { border-color: #CCB015; }

 span { border-color: rgb(204,176,21); }

 td.TdClassName
 {
   border-color: #CCB015;
 }
 .TagClassName
 {
   border-color: #CCB015;
 }
</style>