Html Css Color HEX #CFD067 Goldenrod

📋 copy color: '#CFD067'

red 207 ◦ green 208 ◦ blue 103

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

Shades of Goldenrod #CFD067

Tints of Goldenrod #CFD067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.88%

R = 39.96%
G = 40.15%
B = 19.88%

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

#CFD067 (or 0xCFD067) is known color: Goldenrod. HEX triplet: CF, D0 and 67. RGB value is (207,208,103). Sum of RGB (Red+Green+Blue) = 207+208+103=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD067 is #302F98. Grayscale: #C4C4C4. Windows color (decimal): -3157913 or 6803663. OLE color: 6803663.

HSL color Cylindrical-coordinate representation of color #CFD067: hue angle of 60.57º degrees, saturation: 0.53, 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 #CFD067 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 208 103 -
CMYK 0.00 0 0.50 0.18
HSL 60.57º 0.53% 0.61% -
HSV(B) 60.57º 0.5% 0.82% -
XYZ 50.74 59.36 21.61 -
YUV 195.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 207 208 103 0.00 0 0.50 0.18 60.57 0.53 0.61
Hex CF D0 67 0 0 32 12 3D 35 3D
Octal 317 320 147 0 0 62 22 75 65 75
Binary 11001111 11010000 1100111 0 0 110010 10010 111101 110101 111101

Color Harmonies of #CFD067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD067

Black with #CFD067

Text Example


Text Example

White with #CFD067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD067; }

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

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

background-color css

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

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

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

border-color css

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

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

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