Html Css Color HEX #CCB813 Bird Flower

📋 copy color: '#CCB813'

red 204 ◦ green 184 ◦ blue 19

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

Shades of Bird Flower #CCB813

Tints of Bird Flower #CCB813

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.21%

 BLUE value IS 19 (7.81% from 255) = 4.67%

R = 50.12%
G = 45.21%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCB813 (or 0xCCB813) is known color: Bird Flower. HEX triplet: CC, B8 and 13. RGB value is (204,184,19). Sum of RGB (Red+Green+Blue) = 204+184+19=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB813 is #3347EC. Grayscale: #ABABAB. Windows color (decimal): -3360749 or 1292492. OLE color: 1292492.

HSL color Cylindrical-coordinate representation of color #CCB813: hue angle of 53.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCB813 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 19 -
CMYK 0 0.10 0.91 0.2
HSL 53.51º 0.83% 0.44% -
HSV(B) 53.51º 0.91% 0.8% -
XYZ 42.16 47.17 7.5 -
YUV 171.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 204 184 19 0 0.10 0.91 0.2 53.51 0.83 0.44
Hex CC B8 13 0 A 5B 14 36 53 2C
Octal 314 270 23 0 12 133 24 66 123 54
Binary 11001100 10111000 10011 0 1010 1011011 10100 110110 1010011 101100

Color Harmonies of #CCB813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB813

Black with #CCB813

Text Example


Text Example

White with #CCB813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB813; }

 p { color: rgb(204,184,19); }

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

background-color css

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

 a { background-color: rgb(204,184,19); }

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

border-color css

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

 span { border-color: rgb(204,184,19); }

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