Html Css Color HEX #CCBA13 Bird Flower

📋 copy color: '#CCBA13'

red 204 ◦ green 186 ◦ blue 19

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

Shades of Bird Flower #CCBA13

Tints of Bird Flower #CCBA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.65%

R = 49.88%
G = 45.48%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCBA13 (or 0xCCBA13) is known color: Bird Flower. HEX triplet: CC, BA and 13. RGB value is (204,186,19). Sum of RGB (Red+Green+Blue) = 204+186+19=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA13 is #3345EC. Grayscale: #ADADAD. Windows color (decimal): -3360237 or 1293004. OLE color: 1293004.

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

Color convert

RGB 204 186 19 -
CMYK 0 0.09 0.91 0.2
HSL 54.16º 0.83% 0.44% -
HSV(B) 54.16º 0.91% 0.8% -
XYZ 42.58 48 7.64 -
YUV 172.34 41.46 150.58 -
System Red Green Blue C M Y K H S L
Decimal 204 186 19 0 0.09 0.91 0.2 54.16 0.83 0.44
Hex CC BA 13 0 9 5B 14 36 53 2C
Octal 314 272 23 0 11 133 24 66 123 54
Binary 11001100 10111010 10011 0 1001 1011011 10100 110110 1010011 101100

Color Harmonies of #CCBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA13

Black with #CCBA13

Text Example


Text Example

White with #CCBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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