Html Css Color HEX #CCBA0A Bird Flower

📋 copy color: '#CCBA0A'

red 204 ◦ green 186 ◦ blue 10

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

Shades of Bird Flower #CCBA0A

Tints of Bird Flower #CCBA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.5%

R = 51%
G = 46.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCBA0A (or 0xCCBA0A) is known color: Bird Flower. HEX triplet: CC, BA and 0A. RGB value is (204,186,10). Sum of RGB (Red+Green+Blue) = 204+186+10=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA0A is #3345F5. Grayscale: #ACACAC. Windows color (decimal): -3360246 or 703180. OLE color: 703180.

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

Color convert

RGB 204 186 10 -
CMYK 0 0.09 0.95 0.2
HSL 54.43º 0.91% 0.42% -
HSV(B) 54.43º 0.95% 0.8% -
XYZ 42.52 47.98 7.31 -
YUV 171.32 36.96 151.31 -
System Red Green Blue C M Y K H S L
Decimal 204 186 10 0 0.09 0.95 0.2 54.43 0.91 0.42
Hex CC BA A 0 9 5F 14 36 5B 2A
Octal 314 272 12 0 11 137 24 66 133 52
Binary 11001100 10111010 1010 0 1001 1011111 10100 110110 1011011 101010

Color Harmonies of #CCBA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA0A

Black with #CCBA0A

Text Example


Text Example

White with #CCBA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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