Html Css Color HEX #CCB400 Bird Flower

📋 copy color: '#CCB400'

red 204 ◦ green 180 ◦ blue 0

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

Shades of Bird Flower #CCB400

Tints of Bird Flower #CCB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.88%

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

R = 53.13%
G = 46.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCB400 (or 0xCCB400) is known color: Bird Flower. HEX triplet: CC, B4 and 00. RGB value is (204,180,0). Sum of RGB (Red+Green+Blue) = 204+180+0=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB400 is #334BFF. Grayscale: #A7A7A7. Windows color (decimal): -3361792 or 46284. OLE color: 46284.

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

Color convert

RGB 204 180 0 -
CMYK 0 0.12 1 0.2
HSL 52.94º 1% 0.4% -
HSV(B) 52.94º 1% 0.8% -
XYZ 41.22 45.48 6.61 -
YUV 166.66 33.95 154.64 -
System Red Green Blue C M Y K H S L
Decimal 204 180 0 0 0.12 1 0.2 52.94 1 0.4
Hex CC B4 0 0 C 64 14 35 64 28
Octal 314 264 0 0 14 144 24 65 144 50
Binary 11001100 10110100 0 0 1100 1100100 10100 110101 1100100 101000

Color Harmonies of #CCB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB400

Black with #CCB400

Text Example


Text Example

White with #CCB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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