Html Css Color HEX #CCBA19 Bird Flower

📋 copy color: '#CCBA19'

red 204 ◦ green 186 ◦ blue 25

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

Shades of Bird Flower #CCBA19

Tints of Bird Flower #CCBA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.02%

R = 49.16%
G = 44.82%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCBA19 (or 0xCCBA19) is known color: Bird Flower. HEX triplet: CC, BA and 19. RGB value is (204,186,25). Sum of RGB (Red+Green+Blue) = 204+186+25=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA19 is #3345E6. Grayscale: #ADADAD. Windows color (decimal): -3360231 or 1686220. OLE color: 1686220.

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

Color convert

RGB 204 186 25 -
CMYK 0 0.09 0.88 0.2
HSL 53.97º 0.78% 0.45% -
HSV(B) 53.97º 0.88% 0.8% -
XYZ 42.64 48.03 7.94 -
YUV 173.03 44.46 150.09 -
System Red Green Blue C M Y K H S L
Decimal 204 186 25 0 0.09 0.88 0.2 53.97 0.78 0.45
Hex CC BA 19 0 9 58 14 36 4E 2D
Octal 314 272 31 0 11 130 24 66 116 55
Binary 11001100 10111010 11001 0 1001 1011000 10100 110110 1001110 101101

Color Harmonies of #CCBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA19

Black with #CCBA19

Text Example


Text Example

White with #CCBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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