Html Css Color HEX #CFDD6B Goldenrod

📋 copy color: '#CFDD6B'

red 207 ◦ green 221 ◦ blue 107

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

Shades of Goldenrod #CFDD6B

Tints of Goldenrod #CFDD6B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.31%

 BLUE value IS 107 (42.19% from 255) = 20%

R = 38.69%
G = 41.31%
B = 20%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#CFDD6B (or 0xCFDD6B) is known color: Goldenrod. HEX triplet: CF, DD and 6B. RGB value is (207,221,107). Sum of RGB (Red+Green+Blue) = 207+221+107=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD6B is #302294. Grayscale: #CCCCCC. Windows color (decimal): -3154581 or 7069135. OLE color: 7069135.

HSL color Cylindrical-coordinate representation of color #CFDD6B: hue angle of 67.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFDD6B is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 107 -
CMYK 0.06 0 0.52 0.13
HSL 67.37º 0.63% 0.64% -
HSV(B) 67.37º 0.52% 0.87% -
XYZ 54.24 66.04 23.8 -
YUV 203.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 207 221 107 0.06 0 0.52 0.13 67.37 0.63 0.64
Hex CF DD 6B 6 0 34 D 43 3F 40
Octal 317 335 153 6 0 64 15 103 77 100
Binary 11001111 11011101 1101011 110 0 110100 1101 1000011 111111 1000000

Color Harmonies of #CFDD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD6B

Black with #CFDD6B

Text Example


Text Example

White with #CFDD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD6B; }

 p { color: rgb(207,221,107); }

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

background-color css

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

 a { background-color: rgb(207,221,107); }

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

border-color css

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

 span { border-color: rgb(207,221,107); }

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