Html Css Color HEX #CAD56F Goldenrod

📋 copy color: '#CAD56F'

red 202 ◦ green 213 ◦ blue 111

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

Shades of Goldenrod #CAD56F

Tints of Goldenrod #CAD56F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.49%

 BLUE value IS 111 (43.75% from 255) = 21.1%

R = 38.4%
G = 40.49%
B = 21.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CAD56F (or 0xCAD56F) is known color: Goldenrod. HEX triplet: CA, D5 and 6F. RGB value is (202,213,111). Sum of RGB (Red+Green+Blue) = 202+213+111=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD56F is #352A90. Grayscale: #C6C6C6. Windows color (decimal): -3484305 or 7329226. OLE color: 7329226.

HSL color Cylindrical-coordinate representation of color #CAD56F: hue angle of 66.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAD56F is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 111 -
CMYK 0.05 0 0.48 0.16
HSL 66.47º 0.55% 0.64% -
HSV(B) 66.47º 0.48% 0.84% -
XYZ 51.02 61.29 24.18 -
YUV 198.08 78.86 130.79 -
System Red Green Blue C M Y K H S L
Decimal 202 213 111 0.05 0 0.48 0.16 66.47 0.55 0.64
Hex CA D5 6F 5 0 30 10 42 37 40
Octal 312 325 157 5 0 60 20 102 67 100
Binary 11001010 11010101 1101111 101 0 110000 10000 1000010 110111 1000000

Color Harmonies of #CAD56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD56F

Black with #CAD56F

Text Example


Text Example

White with #CAD56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD56F; }

 p { color: rgb(202,213,111); }

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

background-color css

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

 a { background-color: rgb(202,213,111); }

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

border-color css

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

 span { border-color: rgb(202,213,111); }

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