Html Css Color HEX #CAC30D Bird Flower

📋 copy color: '#CAC30D'

red 202 ◦ green 195 ◦ blue 13

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

Shades of Bird Flower #CAC30D

Tints of Bird Flower #CAC30D

RGB

 RED value IS 202 (79.3% from 255) = 49.27%

 GREEN value IS 195 (76.56% from 255) = 47.56%

 BLUE value IS 13 (5.47% from 255) = 3.17%

R = 49.27%
G = 47.56%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CAC30D (or 0xCAC30D) is known color: Bird Flower. HEX triplet: CA, C3 and 0D. RGB value is (202,195,13). Sum of RGB (Red+Green+Blue) = 202+195+13=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC30D is #353CF2. Grayscale: #B1B1B1. Windows color (decimal): -3489011 or 902090. OLE color: 902090.

HSL color Cylindrical-coordinate representation of color #CAC30D: hue angle of 57.78º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAC30D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 195 13 -
CMYK 0 0.03 0.94 0.21
HSL 57.78º 0.88% 0.42% -
HSV(B) 57.78º 0.94% 0.79% -
XYZ 43.94 51.62 8.03 -
YUV 176.35 35.82 146.3 -
System Red Green Blue C M Y K H S L
Decimal 202 195 13 0 0.03 0.94 0.21 57.78 0.88 0.42
Hex CA C3 D 0 3 5E 15 3A 58 2A
Octal 312 303 15 0 3 136 25 72 130 52
Binary 11001010 11000011 1101 0 11 1011110 10101 111010 1011000 101010

Color Harmonies of #CAC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC30D

Black with #CAC30D

Text Example


Text Example

White with #CAC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC30D; }

 p { color: rgb(202,195,13); }

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

background-color css

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

 a { background-color: rgb(202,195,13); }

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

border-color css

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

 span { border-color: rgb(202,195,13); }

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