Html Css Color HEX #CCB018 Bird Flower

📋 copy color: '#CCB018'

red 204 ◦ green 176 ◦ blue 24

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

Shades of Bird Flower #CCB018

Tints of Bird Flower #CCB018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.94%

R = 50.5%
G = 43.56%
B = 5.94%

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

#CCB018 (or 0xCCB018) is known color: Bird Flower. HEX triplet: CC, B0 and 18. RGB value is (204,176,24). Sum of RGB (Red+Green+Blue) = 204+176+24=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB018 is #334FE7. Grayscale: #A7A7A7. Windows color (decimal): -3362792 or 1618124. OLE color: 1618124.

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

Color convert

RGB 204 176 24 -
CMYK 0 0.14 0.88 0.2
HSL 50.67º 0.79% 0.45% -
HSV(B) 50.67º 0.88% 0.8% -
XYZ 40.59 43.95 7.21 -
YUV 167.04 47.28 154.36 -
System Red Green Blue C M Y K H S L
Decimal 204 176 24 0 0.14 0.88 0.2 50.67 0.79 0.45
Hex CC B0 18 0 E 58 14 33 4F 2D
Octal 314 260 30 0 16 130 24 63 117 55
Binary 11001100 10110000 11000 0 1110 1011000 10100 110011 1001111 101101

Color Harmonies of #CCB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB018

Black with #CCB018

Text Example


Text Example

White with #CCB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB018; }

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

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

background-color css

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

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

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

border-color css

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

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

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