Html Css Color HEX #CFD669 Goldenrod

📋 copy color: '#CFD669'

red 207 ◦ green 214 ◦ blue 105

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

Shades of Goldenrod #CFD669

Tints of Goldenrod #CFD669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.68%

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

R = 39.35%
G = 40.68%
B = 19.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#CFD669 (or 0xCFD669) is known color: Goldenrod. HEX triplet: CF, D6 and 69. RGB value is (207,214,105). Sum of RGB (Red+Green+Blue) = 207+214+105=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD669 is #302996. Grayscale: #C7C7C7. Windows color (decimal): -3156375 or 6936271. OLE color: 6936271.

HSL color Cylindrical-coordinate representation of color #CFD669: hue angle of 63.85º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFD669 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 105 -
CMYK 0.03 0 0.51 0.16
HSL 63.85º 0.57% 0.63% -
HSV(B) 63.85º 0.51% 0.84% -
XYZ 52.33 62.38 22.65 -
YUV 199.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 207 214 105 0.03 0 0.51 0.16 63.85 0.57 0.63
Hex CF D6 69 3 0 33 10 40 39 3F
Octal 317 326 151 3 0 63 20 100 71 77
Binary 11001111 11010110 1101001 11 0 110011 10000 1000000 111001 111111

Color Harmonies of #CFD669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD669

Black with #CFD669

Text Example


Text Example

White with #CFD669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD669; }

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

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

background-color css

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

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

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

border-color css

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

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

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