Html Css Color HEX #CCB717 Bird Flower

📋 copy color: '#CCB717'

red 204 ◦ green 183 ◦ blue 23

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

Shades of Bird Flower #CCB717

Tints of Bird Flower #CCB717

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.63%

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

R = 49.76%
G = 44.63%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCB717 (or 0xCCB717) is known color: Bird Flower. HEX triplet: CC, B7 and 17. RGB value is (204,183,23). Sum of RGB (Red+Green+Blue) = 204+183+23=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB717 is #3348E8. Grayscale: #ABABAB. Windows color (decimal): -3361001 or 1554380. OLE color: 1554380.

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

Color convert

RGB 204 183 23 -
CMYK 0 0.10 0.89 0.2
HSL 53.04º 0.8% 0.45% -
HSV(B) 53.04º 0.89% 0.8% -
XYZ 41.99 46.77 7.62 -
YUV 171.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 204 183 23 0 0.10 0.89 0.2 53.04 0.8 0.45
Hex CC B7 17 0 A 59 14 35 50 2D
Octal 314 267 27 0 12 131 24 65 120 55
Binary 11001100 10110111 10111 0 1010 1011001 10100 110101 1010000 101101

Color Harmonies of #CCB717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB717

Black with #CCB717

Text Example


Text Example

White with #CCB717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB717; }

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

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

background-color css

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

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

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

border-color css

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

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

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