Html Css Color HEX #CCBA18 Bird Flower

📋 copy color: '#CCBA18'

red 204 ◦ green 186 ◦ blue 24

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

Shades of Bird Flower #CCBA18

Tints of Bird Flower #CCBA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 49.28%
G = 44.93%
B = 5.8%

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

#CCBA18 (or 0xCCBA18) is known color: Bird Flower. HEX triplet: CC, BA and 18. RGB value is (204,186,24). Sum of RGB (Red+Green+Blue) = 204+186+24=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA18 is #3345E7. Grayscale: #ADADAD. Windows color (decimal): -3360232 or 1620684. OLE color: 1620684.

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

Color convert

RGB 204 186 24 -
CMYK 0 0.09 0.88 0.2
HSL 54º 0.79% 0.45% -
HSV(B) 54º 0.88% 0.8% -
XYZ 42.63 48.02 7.89 -
YUV 172.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 204 186 24 0 0.09 0.88 0.2 54 0.79 0.45
Hex CC BA 18 0 9 58 14 36 4F 2D
Octal 314 272 30 0 11 130 24 66 117 55
Binary 11001100 10111010 11000 0 1001 1011000 10100 110110 1001111 101101

Color Harmonies of #CCBA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA18

Black with #CCBA18

Text Example


Text Example

White with #CCBA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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