Html Css Color HEX #CCB819 Bird Flower

📋 copy color: '#CCB819'

red 204 ◦ green 184 ◦ blue 25

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

Shades of Bird Flower #CCB819

Tints of Bird Flower #CCB819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.05%

R = 49.39%
G = 44.55%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCB819 (or 0xCCB819) is known color: Bird Flower. HEX triplet: CC, B8 and 19. RGB value is (204,184,25). Sum of RGB (Red+Green+Blue) = 204+184+25=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB819 is #3347E6. Grayscale: #ACACAC. Windows color (decimal): -3360743 or 1685708. OLE color: 1685708.

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

Color convert

RGB 204 184 25 -
CMYK 0 0.10 0.88 0.2
HSL 53.3º 0.78% 0.45% -
HSV(B) 53.3º 0.88% 0.8% -
XYZ 42.22 47.19 7.8 -
YUV 171.85 45.13 150.93 -
System Red Green Blue C M Y K H S L
Decimal 204 184 25 0 0.10 0.88 0.2 53.3 0.78 0.45
Hex CC B8 19 0 A 58 14 35 4E 2D
Octal 314 270 31 0 12 130 24 65 116 55
Binary 11001100 10111000 11001 0 1010 1011000 10100 110101 1001110 101101

Color Harmonies of #CCB819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB819

Black with #CCB819

Text Example


Text Example

White with #CCB819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB819; }

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

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

background-color css

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

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

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

border-color css

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

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

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