Html Css Color HEX #CCB80D Bird Flower

📋 copy color: '#CCB80D'

red 204 ◦ green 184 ◦ blue 13

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

Shades of Bird Flower #CCB80D

Tints of Bird Flower #CCB80D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.89%

 BLUE value IS 13 (5.47% from 255) = 3.24%

R = 50.87%
G = 45.89%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCB80D (or 0xCCB80D) is known color: Bird Flower. HEX triplet: CC, B8 and 0D. RGB value is (204,184,13). Sum of RGB (Red+Green+Blue) = 204+184+13=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB80D is #3347F2. Grayscale: #ABABAB. Windows color (decimal): -3360755 or 899276. OLE color: 899276.

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

Color convert

RGB 204 184 13 -
CMYK 0 0.10 0.94 0.2
HSL 53.72º 0.88% 0.43% -
HSV(B) 53.72º 0.94% 0.8% -
XYZ 42.11 47.15 7.26 -
YUV 170.49 39.13 151.9 -
System Red Green Blue C M Y K H S L
Decimal 204 184 13 0 0.10 0.94 0.2 53.72 0.88 0.43
Hex CC B8 D 0 A 5E 14 36 58 2B
Octal 314 270 15 0 12 136 24 66 130 53
Binary 11001100 10111000 1101 0 1010 1011110 10100 110110 1011000 101011

Color Harmonies of #CCB80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB80D

Black with #CCB80D

Text Example


Text Example

White with #CCB80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB80D; }

 p { color: rgb(204,184,13); }

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

background-color css

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

 a { background-color: rgb(204,184,13); }

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

border-color css

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

 span { border-color: rgb(204,184,13); }

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