Html Css Color HEX #CFD069 Goldenrod

📋 copy color: '#CFD069'

red 207 ◦ green 208 ◦ blue 105

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

Shades of Goldenrod #CFD069

Tints of Goldenrod #CFD069

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

 BLUE value IS 105 (41.41% from 255) = 20.19%

R = 39.81%
G = 40%
B = 20.19%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#CFD069 (or 0xCFD069) is known color: Goldenrod. HEX triplet: CF, D0 and 69. RGB value is (207,208,105). Sum of RGB (Red+Green+Blue) = 207+208+105=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD069 is #302F96. Grayscale: #C4C4C4. Windows color (decimal): -3157911 or 6934735. OLE color: 6934735.

HSL color Cylindrical-coordinate representation of color #CFD069: hue angle of 60.58º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD069 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 208 105 -
CMYK 0.00 0 0.50 0.18
HSL 60.58º 0.52% 0.61% -
HSV(B) 60.58º 0.5% 0.82% -
XYZ 50.84 59.4 22.15 -
YUV 195.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 207 208 105 0.00 0 0.50 0.18 60.58 0.52 0.61
Hex CF D0 69 0 0 32 12 3D 34 3D
Octal 317 320 151 0 0 62 22 75 64 75
Binary 11001111 11010000 1101001 0 0 110010 10010 111101 110100 111101

Color Harmonies of #CFD069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD069

Black with #CFD069

Text Example


Text Example

White with #CFD069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD069; }

 p { color: rgb(207,208,105); }

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

background-color css

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

 a { background-color: rgb(207,208,105); }

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

border-color css

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

 span { border-color: rgb(207,208,105); }

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