Html Css Color HEX #CCB607 Bird Flower

📋 copy color: '#CCB607'

red 204 ◦ green 182 ◦ blue 7

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

Shades of Bird Flower #CCB607

Tints of Bird Flower #CCB607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.78%

R = 51.91%
G = 46.31%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCB607 (or 0xCCB607) is known color: Bird Flower. HEX triplet: CC, B6 and 07. RGB value is (204,182,7). Sum of RGB (Red+Green+Blue) = 204+182+7=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB607 is #3349F8. Grayscale: #A9A9A9. Windows color (decimal): -3361273 or 505548. OLE color: 505548.

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

Color convert

RGB 204 182 7 -
CMYK 0 0.11 0.97 0.2
HSL 53.3º 0.93% 0.41% -
HSV(B) 53.3º 0.97% 0.8% -
XYZ 41.67 46.31 6.94 -
YUV 168.63 36.79 153.23 -
System Red Green Blue C M Y K H S L
Decimal 204 182 7 0 0.11 0.97 0.2 53.3 0.93 0.41
Hex CC B6 7 0 B 61 14 35 5D 29
Octal 314 266 7 0 13 141 24 65 135 51
Binary 11001100 10110110 111 0 1011 1100001 10100 110101 1011101 101001

Color Harmonies of #CCB607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB607

Black with #CCB607

Text Example


Text Example

White with #CCB607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB607; }

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

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

background-color css

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

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

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

border-color css

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

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

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