Html Css Color HEX #CFD271 Goldenrod

📋 copy color: '#CFD271'

red 207 ◦ green 210 ◦ blue 113

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

Shades of Goldenrod #CFD271

Tints of Goldenrod #CFD271

RGB

 RED value IS 207 (81.25% from 255) = 39.06%

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

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

R = 39.06%
G = 39.62%
B = 21.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#CFD271 (or 0xCFD271) is known color: Goldenrod. HEX triplet: CF, D2 and 71. RGB value is (207,210,113). Sum of RGB (Red+Green+Blue) = 207+210+113=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD271 is #302D8E. Grayscale: #C6C6C6. Windows color (decimal): -3157391 or 7459535. OLE color: 7459535.

HSL color Cylindrical-coordinate representation of color #CFD271: hue angle of 61.86º 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 #CFD271 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 210 113 -
CMYK 0.01 0 0.46 0.18
HSL 61.86º 0.52% 0.63% -
HSV(B) 61.86º 0.46% 0.82% -
XYZ 51.76 60.55 24.58 -
YUV 198.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 207 210 113 0.01 0 0.46 0.18 61.86 0.52 0.63
Hex CF D2 71 1 0 2E 12 3E 34 3F
Octal 317 322 161 1 0 56 22 76 64 77
Binary 11001111 11010010 1110001 1 0 101110 10010 111110 110100 111111

Color Harmonies of #CFD271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD271

Black with #CFD271

Text Example


Text Example

White with #CFD271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD271; }

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

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

background-color css

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

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

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

border-color css

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

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

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