Html Css Color HEX #CCB307 Bird Flower

📋 copy color: '#CCB307'

red 204 ◦ green 179 ◦ blue 7

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

Shades of Bird Flower #CCB307

Tints of Bird Flower #CCB307

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.9%

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

R = 52.31%
G = 45.9%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCB307 (or 0xCCB307) is known color: Bird Flower. HEX triplet: CC, B3 and 07. RGB value is (204,179,7). Sum of RGB (Red+Green+Blue) = 204+179+7=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB307 is #334CF8. Grayscale: #A7A7A7. Windows color (decimal): -3362041 or 504780. OLE color: 504780.

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

Color convert

RGB 204 179 7 -
CMYK 0 0.12 0.97 0.2
HSL 52.39º 0.93% 0.41% -
HSV(B) 52.39º 0.97% 0.8% -
XYZ 41.06 45.09 6.74 -
YUV 166.87 37.78 154.49 -
System Red Green Blue C M Y K H S L
Decimal 204 179 7 0 0.12 0.97 0.2 52.39 0.93 0.41
Hex CC B3 7 0 C 61 14 34 5D 29
Octal 314 263 7 0 14 141 24 64 135 51
Binary 11001100 10110011 111 0 1100 1100001 10100 110100 1011101 101001

Color Harmonies of #CCB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB307

Black with #CCB307

Text Example


Text Example

White with #CCB307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB307; }

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

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

background-color css

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

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

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

border-color css

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

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

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