Html Css Color HEX #CDD572 Goldenrod

📋 copy color: '#CDD572'

red 205 ◦ green 213 ◦ blue 114

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

Shades of Goldenrod #CDD572

Tints of Goldenrod #CDD572

RGB

 RED value IS 205 (80.47% from 255) = 38.53%

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

 BLUE value IS 114 (44.92% from 255) = 21.43%

R = 38.53%
G = 40.04%
B = 21.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#CDD572 (or 0xCDD572) is known color: Goldenrod. HEX triplet: CD, D5 and 72. RGB value is (205,213,114). Sum of RGB (Red+Green+Blue) = 205+213+114=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD572 is #322A8D. Grayscale: #C7C7C7. Windows color (decimal): -3287694 or 7525837. OLE color: 7525837.

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

Color convert

RGB 205 213 114 -
CMYK 0.04 0 0.46 0.16
HSL 64.85º 0.54% 0.64% -
HSV(B) 64.85º 0.46% 0.84% -
XYZ 52.01 61.78 25.1 -
YUV 199.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 205 213 114 0.04 0 0.46 0.16 64.85 0.54 0.64
Hex CD D5 72 4 0 2E 10 41 36 40
Octal 315 325 162 4 0 56 20 101 66 100
Binary 11001101 11010101 1110010 100 0 101110 10000 1000001 110110 1000000

Color Harmonies of #CDD572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD572

Black with #CDD572

Text Example


Text Example

White with #CDD572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD572; }

 p { color: rgb(205,213,114); }

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

background-color css

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

 a { background-color: rgb(205,213,114); }

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

border-color css

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

 span { border-color: rgb(205,213,114); }

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