Html Css Color HEX #CCB80F Bird Flower

📋 copy color: '#CCB80F'

red 204 ◦ green 184 ◦ blue 15

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

Shades of Bird Flower #CCB80F

Tints of Bird Flower #CCB80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.72%

R = 50.62%
G = 45.66%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCB80F (or 0xCCB80F) is known color: Bird Flower. HEX triplet: CC, B8 and 0F. RGB value is (204,184,15). Sum of RGB (Red+Green+Blue) = 204+184+15=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB80F is #3347F0. Grayscale: #ABABAB. Windows color (decimal): -3360753 or 1030348. OLE color: 1030348.

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

Color convert

RGB 204 184 15 -
CMYK 0 0.10 0.93 0.2
HSL 53.65º 0.86% 0.43% -
HSV(B) 53.65º 0.93% 0.8% -
XYZ 42.13 47.15 7.33 -
YUV 170.71 40.13 151.74 -
System Red Green Blue C M Y K H S L
Decimal 204 184 15 0 0.10 0.93 0.2 53.65 0.86 0.43
Hex CC B8 F 0 A 5D 14 36 56 2B
Octal 314 270 17 0 12 135 24 66 126 53
Binary 11001100 10111000 1111 0 1010 1011101 10100 110110 1010110 101011

Color Harmonies of #CCB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB80F

Black with #CCB80F

Text Example


Text Example

White with #CCB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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