Html Css Color HEX #CCB217 Bird Flower

📋 copy color: '#CCB217'

red 204 ◦ green 178 ◦ blue 23

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

Shades of Bird Flower #CCB217

Tints of Bird Flower #CCB217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.68%

R = 50.37%
G = 43.95%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCB217 (or 0xCCB217) is known color: Bird Flower. HEX triplet: CC, B2 and 17. RGB value is (204,178,23). Sum of RGB (Red+Green+Blue) = 204+178+23=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB217 is #334DE8. Grayscale: #A8A8A8. Windows color (decimal): -3362281 or 1553100. OLE color: 1553100.

HSL color Cylindrical-coordinate representation of color #CCB217: hue angle of 51.38º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCB217 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 23 -
CMYK 0 0.13 0.89 0.2
HSL 51.38º 0.8% 0.45% -
HSV(B) 51.38º 0.89% 0.8% -
XYZ 40.98 44.74 7.29 -
YUV 168.1 46.11 153.6 -
System Red Green Blue C M Y K H S L
Decimal 204 178 23 0 0.13 0.89 0.2 51.38 0.8 0.45
Hex CC B2 17 0 D 59 14 33 50 2D
Octal 314 262 27 0 15 131 24 63 120 55
Binary 11001100 10110010 10111 0 1101 1011001 10100 110011 1010000 101101

Color Harmonies of #CCB217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB217

Black with #CCB217

Text Example


Text Example

White with #CCB217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB217; }

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

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

background-color css

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

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

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

border-color css

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

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

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