Html Css Color HEX #CCB90C Bird Flower

📋 copy color: '#CCB90C'

red 204 ◦ green 185 ◦ blue 12

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

Shades of Bird Flower #CCB90C

Tints of Bird Flower #CCB90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.13%

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 50.87%
G = 46.13%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCB90C (or 0xCCB90C) is known color: Bird Flower. HEX triplet: CC, B9 and 0C. RGB value is (204,185,12). Sum of RGB (Red+Green+Blue) = 204+185+12=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB90C is #3346F3. Grayscale: #ABABAB. Windows color (decimal): -3360500 or 833996. OLE color: 833996.

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

Color convert

RGB 204 185 12 -
CMYK 0 0.09 0.94 0.2
HSL 54.06º 0.89% 0.42% -
HSV(B) 54.06º 0.94% 0.8% -
XYZ 42.32 47.56 7.3 -
YUV 170.96 38.29 151.57 -
System Red Green Blue C M Y K H S L
Decimal 204 185 12 0 0.09 0.94 0.2 54.06 0.89 0.42
Hex CC B9 C 0 9 5E 14 36 59 2A
Octal 314 271 14 0 11 136 24 66 131 52
Binary 11001100 10111001 1100 0 1001 1011110 10100 110110 1011001 101010

Color Harmonies of #CCB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB90C

Black with #CCB90C

Text Example


Text Example

White with #CCB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB90C; }

 p { color: rgb(204,185,12); }

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

background-color css

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

 a { background-color: rgb(204,185,12); }

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

border-color css

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

 span { border-color: rgb(204,185,12); }

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