Html Css Color HEX #CCB019 Bird Flower

📋 copy color: '#CCB019'

red 204 ◦ green 176 ◦ blue 25

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

Shades of Bird Flower #CCB019

Tints of Bird Flower #CCB019

RGB

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

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

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

R = 50.37%
G = 43.46%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCB019 (or 0xCCB019) is known color: Bird Flower. HEX triplet: CC, B0 and 19. RGB value is (204,176,25). Sum of RGB (Red+Green+Blue) = 204+176+25=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB019 is #334FE6. Grayscale: #A7A7A7. Windows color (decimal): -3362791 or 1683660. OLE color: 1683660.

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

Color convert

RGB 204 176 25 -
CMYK 0 0.14 0.88 0.2
HSL 50.61º 0.78% 0.45% -
HSV(B) 50.61º 0.88% 0.8% -
XYZ 40.6 43.96 7.26 -
YUV 167.16 47.78 154.28 -
System Red Green Blue C M Y K H S L
Decimal 204 176 25 0 0.14 0.88 0.2 50.61 0.78 0.45
Hex CC B0 19 0 E 58 14 33 4E 2D
Octal 314 260 31 0 16 130 24 63 116 55
Binary 11001100 10110000 11001 0 1110 1011000 10100 110011 1001110 101101

Color Harmonies of #CCB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB019

Black with #CCB019

Text Example


Text Example

White with #CCB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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