Html Css Color HEX #CFDA75 Goldenrod

📋 copy color: '#CFDA75'

red 207 ◦ green 218 ◦ blue 117

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

Shades of Goldenrod #CFDA75

Tints of Goldenrod #CFDA75

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.22%

 BLUE value IS 117 (46.09% from 255) = 21.59%

R = 38.19%
G = 40.22%
B = 21.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#CFDA75 (or 0xCFDA75) is known color: Goldenrod. HEX triplet: CF, DA and 75. RGB value is (207,218,117). Sum of RGB (Red+Green+Blue) = 207+218+117=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA75 is #30258A. Grayscale: #CBCBCB. Windows color (decimal): -3155339 or 7723727. OLE color: 7723727.

HSL color Cylindrical-coordinate representation of color #CFDA75: hue angle of 66.53º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFDA75 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 218 117 -
CMYK 0.05 0 0.46 0.15
HSL 66.53º 0.58% 0.66% -
HSV(B) 66.53º 0.46% 0.85% -
XYZ 54.01 64.69 26.47 -
YUV 203.2 79.36 130.71 -
System Red Green Blue C M Y K H S L
Decimal 207 218 117 0.05 0 0.46 0.15 66.53 0.58 0.66
Hex CF DA 75 5 0 2E F 43 3A 42
Octal 317 332 165 5 0 56 17 103 72 102
Binary 11001111 11011010 1110101 101 0 101110 1111 1000011 111010 1000010

Color Harmonies of #CFDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA75

Black with #CFDA75

Text Example


Text Example

White with #CFDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA75; }

 p { color: rgb(207,218,117); }

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

background-color css

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

 a { background-color: rgb(207,218,117); }

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

border-color css

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

 span { border-color: rgb(207,218,117); }

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