Html Css Color HEX #CCBA0C Bird Flower

📋 copy color: '#CCBA0C'

red 204 ◦ green 186 ◦ blue 12

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

Shades of Bird Flower #CCBA0C

Tints of Bird Flower #CCBA0C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

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

R = 50.75%
G = 46.27%
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

#CCBA0C (or 0xCCBA0C) is known color: Bird Flower. HEX triplet: CC, BA and 0C. RGB value is (204,186,12). Sum of RGB (Red+Green+Blue) = 204+186+12=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA0C is #3345F3. Grayscale: #ACACAC. Windows color (decimal): -3360244 or 834252. OLE color: 834252.

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

Color convert

RGB 204 186 12 -
CMYK 0 0.09 0.94 0.2
HSL 54.38º 0.89% 0.42% -
HSV(B) 54.38º 0.94% 0.8% -
XYZ 42.53 47.98 7.37 -
YUV 171.55 37.96 151.15 -
System Red Green Blue C M Y K H S L
Decimal 204 186 12 0 0.09 0.94 0.2 54.38 0.89 0.42
Hex CC BA C 0 9 5E 14 36 59 2A
Octal 314 272 14 0 11 136 24 66 131 52
Binary 11001100 10111010 1100 0 1001 1011110 10100 110110 1011001 101010

Color Harmonies of #CCBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA0C

Black with #CCBA0C

Text Example


Text Example

White with #CCBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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