Html Css Color HEX #CFDB67 Goldenrod

📋 copy color: '#CFDB67'

red 207 ◦ green 219 ◦ blue 103

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

Shades of Goldenrod #CFDB67

Tints of Goldenrod #CFDB67

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

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

R = 39.13%
G = 41.4%
B = 19.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#CFDB67 (or 0xCFDB67) is known color: Goldenrod. HEX triplet: CF, DB and 67. RGB value is (207,219,103). Sum of RGB (Red+Green+Blue) = 207+219+103=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB67 is #302498. Grayscale: #CACACA. Windows color (decimal): -3155097 or 6806479. OLE color: 6806479.

HSL color Cylindrical-coordinate representation of color #CFDB67: hue angle of 66.21º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFDB67 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 103 -
CMYK 0.05 0 0.53 0.14
HSL 66.21º 0.62% 0.63% -
HSV(B) 66.21º 0.53% 0.86% -
XYZ 53.51 64.91 22.54 -
YUV 202.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 207 219 103 0.05 0 0.53 0.14 66.21 0.62 0.63
Hex CF DB 67 5 0 35 E 42 3E 3F
Octal 317 333 147 5 0 65 16 102 76 77
Binary 11001111 11011011 1100111 101 0 110101 1110 1000010 111110 111111

Color Harmonies of #CFDB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB67

Black with #CFDB67

Text Example


Text Example

White with #CFDB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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