Html Css Color HEX #CCB919 Bird Flower

📋 copy color: '#CCB919'

red 204 ◦ green 185 ◦ blue 25

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

Shades of Bird Flower #CCB919

Tints of Bird Flower #CCB919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.69%

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

R = 49.28%
G = 44.69%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCB919 (or 0xCCB919) is known color: Bird Flower. HEX triplet: CC, B9 and 19. RGB value is (204,185,25). Sum of RGB (Red+Green+Blue) = 204+185+25=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB919 is #3346E6. Grayscale: #ADADAD. Windows color (decimal): -3360487 or 1685964. OLE color: 1685964.

HSL color Cylindrical-coordinate representation of color #CCB919: hue angle of 53.63º 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 #CCB919 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 25 -
CMYK 0 0.09 0.88 0.2
HSL 53.63º 0.78% 0.45% -
HSV(B) 53.63º 0.88% 0.8% -
XYZ 42.43 47.61 7.87 -
YUV 172.44 44.79 150.51 -
System Red Green Blue C M Y K H S L
Decimal 204 185 25 0 0.09 0.88 0.2 53.63 0.78 0.45
Hex CC B9 19 0 9 58 14 36 4E 2D
Octal 314 271 31 0 11 130 24 66 116 55
Binary 11001100 10111001 11001 0 1001 1011000 10100 110110 1001110 101101

Color Harmonies of #CCB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB919

Black with #CCB919

Text Example


Text Example

White with #CCB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB919; }

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

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

background-color css

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

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

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

border-color css

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

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

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