Html Css Color HEX #CCB619 Bird Flower

📋 copy color: '#CCB619'

red 204 ◦ green 182 ◦ blue 25

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

Shades of Bird Flower #CCB619

Tints of Bird Flower #CCB619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.28%

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

R = 49.64%
G = 44.28%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCB619 (or 0xCCB619) is known color: Bird Flower. HEX triplet: CC, B6 and 19. RGB value is (204,182,25). Sum of RGB (Red+Green+Blue) = 204+182+25=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB619 is #3349E6. Grayscale: #ABABAB. Windows color (decimal): -3361255 or 1685196. OLE color: 1685196.

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

Color convert

RGB 204 182 25 -
CMYK 0 0.11 0.88 0.2
HSL 52.63º 0.78% 0.45% -
HSV(B) 52.63º 0.88% 0.8% -
XYZ 41.81 46.36 7.67 -
YUV 170.68 45.79 151.77 -
System Red Green Blue C M Y K H S L
Decimal 204 182 25 0 0.11 0.88 0.2 52.63 0.78 0.45
Hex CC B6 19 0 B 58 14 35 4E 2D
Octal 314 266 31 0 13 130 24 65 116 55
Binary 11001100 10110110 11001 0 1011 1011000 10100 110101 1001110 101101

Color Harmonies of #CCB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB619

Black with #CCB619

Text Example


Text Example

White with #CCB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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