Html Css Color HEX #CCB017 Bird Flower

📋 copy color: '#CCB017'

red 204 ◦ green 176 ◦ blue 23

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

Shades of Bird Flower #CCB017

Tints of Bird Flower #CCB017

RGB

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

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

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

R = 50.62%
G = 43.67%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCB017 (or 0xCCB017) is known color: Bird Flower. HEX triplet: CC, B0 and 17. RGB value is (204,176,23). Sum of RGB (Red+Green+Blue) = 204+176+23=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB017 is #334FE8. Grayscale: #A7A7A7. Windows color (decimal): -3362793 or 1552588. OLE color: 1552588.

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

Color convert

RGB 204 176 23 -
CMYK 0 0.14 0.89 0.2
HSL 50.72º 0.8% 0.45% -
HSV(B) 50.72º 0.89% 0.8% -
XYZ 40.58 43.95 7.15 -
YUV 166.93 46.78 154.44 -
System Red Green Blue C M Y K H S L
Decimal 204 176 23 0 0.14 0.89 0.2 50.72 0.8 0.45
Hex CC B0 17 0 E 59 14 33 50 2D
Octal 314 260 27 0 16 131 24 63 120 55
Binary 11001100 10110000 10111 0 1110 1011001 10100 110011 1010000 101101

Color Harmonies of #CCB017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB017

Black with #CCB017

Text Example


Text Example

White with #CCB017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB017; }

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

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

background-color css

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

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

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

border-color css

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

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

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