Html Css Color HEX #CCB706 Bird Flower

📋 copy color: '#CCB706'

red 204 ◦ green 183 ◦ blue 6

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

Shades of Bird Flower #CCB706

Tints of Bird Flower #CCB706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 51.91%
G = 46.56%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCB706 (or 0xCCB706) is known color: Bird Flower. HEX triplet: CC, B7 and 06. RGB value is (204,183,6). Sum of RGB (Red+Green+Blue) = 204+183+6=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB706 is #3348F9. Grayscale: #A9A9A9. Windows color (decimal): -3361018 or 440268. OLE color: 440268.

HSL color Cylindrical-coordinate representation of color #CCB706: hue angle of 53.64º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCB706 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 6 -
CMYK 0 0.10 0.97 0.2
HSL 53.64º 0.94% 0.41% -
HSV(B) 53.64º 0.97% 0.8% -
XYZ 41.87 46.72 6.98 -
YUV 169.1 35.96 152.89 -
System Red Green Blue C M Y K H S L
Decimal 204 183 6 0 0.10 0.97 0.2 53.64 0.94 0.41
Hex CC B7 6 0 A 61 14 36 5E 29
Octal 314 267 6 0 12 141 24 66 136 51
Binary 11001100 10110111 110 0 1010 1100001 10100 110110 1011110 101001

Color Harmonies of #CCB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB706

Black with #CCB706

Text Example


Text Example

White with #CCB706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB706; }

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

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

background-color css

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

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

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

border-color css

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

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

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