Html Css Color HEX #CDD271 Goldenrod

📋 copy color: '#CDD271'

red 205 ◦ green 210 ◦ blue 113

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

Shades of Goldenrod #CDD271

Tints of Goldenrod #CDD271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.77%

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 38.83%
G = 39.77%
B = 21.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#CDD271 (or 0xCDD271) is known color: Goldenrod. HEX triplet: CD, D2 and 71. RGB value is (205,210,113). Sum of RGB (Red+Green+Blue) = 205+210+113=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD271 is #322D8E. Grayscale: #C5C5C5. Windows color (decimal): -3288463 or 7459533. OLE color: 7459533.

HSL color Cylindrical-coordinate representation of color #CDD271: hue angle of 63.09º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD271 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 113 -
CMYK 0.02 0 0.46 0.18
HSL 63.09º 0.52% 0.63% -
HSV(B) 63.09º 0.46% 0.82% -
XYZ 51.2 60.26 24.56 -
YUV 197.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 205 210 113 0.02 0 0.46 0.18 63.09 0.52 0.63
Hex CD D2 71 2 0 2E 12 3F 34 3F
Octal 315 322 161 2 0 56 22 77 64 77
Binary 11001101 11010010 1110001 10 0 101110 10010 111111 110100 111111

Color Harmonies of #CDD271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD271

Black with #CDD271

Text Example


Text Example

White with #CDD271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD271; }

 p { color: rgb(205,210,113); }

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

background-color css

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

 a { background-color: rgb(205,210,113); }

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

border-color css

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

 span { border-color: rgb(205,210,113); }

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