Html Css Color HEX #CCB617 Bird Flower

📋 copy color: '#CCB617'

red 204 ◦ green 182 ◦ blue 23

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

Shades of Bird Flower #CCB617

Tints of Bird Flower #CCB617

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 49.88%
G = 44.5%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCB617 (or 0xCCB617) is known color: Bird Flower. HEX triplet: CC, B6 and 17. RGB value is (204,182,23). Sum of RGB (Red+Green+Blue) = 204+182+23=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB617 is #3349E8. Grayscale: #ABABAB. Windows color (decimal): -3361257 or 1554124. OLE color: 1554124.

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

Color convert

RGB 204 182 23 -
CMYK 0 0.11 0.89 0.2
HSL 52.71º 0.8% 0.45% -
HSV(B) 52.71º 0.89% 0.8% -
XYZ 41.78 46.36 7.56 -
YUV 170.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 204 182 23 0 0.11 0.89 0.2 52.71 0.8 0.45
Hex CC B6 17 0 B 59 14 35 50 2D
Octal 314 266 27 0 13 131 24 65 120 55
Binary 11001100 10110110 10111 0 1011 1011001 10100 110101 1010000 101101

Color Harmonies of #CCB617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB617

Black with #CCB617

Text Example


Text Example

White with #CCB617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB617; }

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

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

background-color css

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

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

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

border-color css

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

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

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