Html Css Color HEX #CCB417 Bird Flower

📋 copy color: '#CCB417'

red 204 ◦ green 180 ◦ blue 23

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

Shades of Bird Flower #CCB417

Tints of Bird Flower #CCB417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.23%

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

R = 50.12%
G = 44.23%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCB417 (or 0xCCB417) is known color: Bird Flower. HEX triplet: CC, B4 and 17. RGB value is (204,180,23). Sum of RGB (Red+Green+Blue) = 204+180+23=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB417 is #334BE8. Grayscale: #A9A9A9. Windows color (decimal): -3361769 or 1553612. OLE color: 1553612.

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

Color convert

RGB 204 180 23 -
CMYK 0 0.12 0.89 0.2
HSL 52.04º 0.8% 0.45% -
HSV(B) 52.04º 0.89% 0.8% -
XYZ 41.38 45.54 7.42 -
YUV 169.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 204 180 23 0 0.12 0.89 0.2 52.04 0.8 0.45
Hex CC B4 17 0 C 59 14 34 50 2D
Octal 314 264 27 0 14 131 24 64 120 55
Binary 11001100 10110100 10111 0 1100 1011001 10100 110100 1010000 101101

Color Harmonies of #CCB417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB417

Black with #CCB417

Text Example


Text Example

White with #CCB417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB417; }

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

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

background-color css

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

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

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

border-color css

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

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

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