Html Css Color HEX #CCB700 Bird Flower

📋 copy color: '#CCB700'

red 204 ◦ green 183 ◦ blue 0

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

Shades of Bird Flower #CCB700

Tints of Bird Flower #CCB700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.71%
G = 47.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCB700 (or 0xCCB700) is known color: Bird Flower. HEX triplet: CC, B7 and 00. RGB value is (204,183,0). Sum of RGB (Red+Green+Blue) = 204+183+0=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB700 is #3348FF. Grayscale: #A9A9A9. Windows color (decimal): -3361024 or 47052. OLE color: 47052.

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

Color convert

RGB 204 183 0 -
CMYK 0 0.10 1 0.2
HSL 53.82º 1% 0.4% -
HSV(B) 53.82º 1% 0.8% -
XYZ 41.84 46.7 6.81 -
YUV 168.42 32.96 153.38 -
System Red Green Blue C M Y K H S L
Decimal 204 183 0 0 0.10 1 0.2 53.82 1 0.4
Hex CC B7 0 0 A 64 14 36 64 28
Octal 314 267 0 0 12 144 24 66 144 50
Binary 11001100 10110111 0 0 1010 1100100 10100 110110 1100100 101000

Color Harmonies of #CCB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB700

Black with #CCB700

Text Example


Text Example

White with #CCB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB700; }

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

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

background-color css

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

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

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

border-color css

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

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

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