Html Css Color HEX #CFDD72 Goldenrod

📋 copy color: '#CFDD72'

red 207 ◦ green 221 ◦ blue 114

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

Shades of Goldenrod #CFDD72

Tints of Goldenrod #CFDD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.77%

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

R = 38.19%
G = 40.77%
B = 21.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#CFDD72 (or 0xCFDD72) is known color: Goldenrod. HEX triplet: CF, DD and 72. RGB value is (207,221,114). Sum of RGB (Red+Green+Blue) = 207+221+114=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD72 is #30228D. Grayscale: #CDCDCD. Windows color (decimal): -3154574 or 7527887. OLE color: 7527887.

HSL color Cylindrical-coordinate representation of color #CFDD72: hue angle of 67.85º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFDD72 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 114 -
CMYK 0.06 0 0.48 0.13
HSL 67.85º 0.61% 0.66% -
HSV(B) 67.85º 0.48% 0.87% -
XYZ 54.63 66.19 25.82 -
YUV 204.62 76.86 129.7 -
System Red Green Blue C M Y K H S L
Decimal 207 221 114 0.06 0 0.48 0.13 67.85 0.61 0.66
Hex CF DD 72 6 0 30 D 44 3D 42
Octal 317 335 162 6 0 60 15 104 75 102
Binary 11001111 11011101 1110010 110 0 110000 1101 1000100 111101 1000010

Color Harmonies of #CFDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD72

Black with #CFDD72

Text Example


Text Example

White with #CFDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD72; }

 p { color: rgb(207,221,114); }

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

background-color css

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

 a { background-color: rgb(207,221,114); }

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

border-color css

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

 span { border-color: rgb(207,221,114); }

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