Html Css Color HEX #CCB218 Bird Flower

📋 copy color: '#CCB218'

red 204 ◦ green 178 ◦ blue 24

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

Shades of Bird Flower #CCB218

Tints of Bird Flower #CCB218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.84%

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

R = 50.25%
G = 43.84%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCB218 (or 0xCCB218) is known color: Bird Flower. HEX triplet: CC, B2 and 18. RGB value is (204,178,24). Sum of RGB (Red+Green+Blue) = 204+178+24=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB218 is #334DE7. Grayscale: #A8A8A8. Windows color (decimal): -3362280 or 1618636. OLE color: 1618636.

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

Color convert

RGB 204 178 24 -
CMYK 0 0.13 0.88 0.2
HSL 51.33º 0.79% 0.45% -
HSV(B) 51.33º 0.88% 0.8% -
XYZ 40.99 44.74 7.34 -
YUV 168.22 46.61 153.52 -
System Red Green Blue C M Y K H S L
Decimal 204 178 24 0 0.13 0.88 0.2 51.33 0.79 0.45
Hex CC B2 18 0 D 58 14 33 4F 2D
Octal 314 262 30 0 15 130 24 63 117 55
Binary 11001100 10110010 11000 0 1101 1011000 10100 110011 1001111 101101

Color Harmonies of #CCB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB218

Black with #CCB218

Text Example


Text Example

White with #CCB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB218; }

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

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

background-color css

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

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

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

border-color css

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

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

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