Html Css Color HEX #CFD46B Goldenrod

📋 copy color: '#CFD46B'

red 207 ◦ green 212 ◦ blue 107

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

Shades of Goldenrod #CFD46B

Tints of Goldenrod #CFD46B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.3%

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

R = 39.35%
G = 40.3%
B = 20.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#CFD46B (or 0xCFD46B) is known color: Goldenrod. HEX triplet: CF, D4 and 6B. RGB value is (207,212,107). Sum of RGB (Red+Green+Blue) = 207+212+107=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD46B is #302B94. Grayscale: #C6C6C6. Windows color (decimal): -3156885 or 7066831. OLE color: 7066831.

HSL color Cylindrical-coordinate representation of color #CFD46B: hue angle of 62.86º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD46B is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 107 -
CMYK 0.02 0 0.50 0.17
HSL 62.86º 0.55% 0.63% -
HSV(B) 62.86º 0.5% 0.83% -
XYZ 51.93 61.41 23.03 -
YUV 198.54 76.34 134.04 -
System Red Green Blue C M Y K H S L
Decimal 207 212 107 0.02 0 0.50 0.17 62.86 0.55 0.63
Hex CF D4 6B 2 0 32 11 3F 37 3F
Octal 317 324 153 2 0 62 21 77 67 77
Binary 11001111 11010100 1101011 10 0 110010 10001 111111 110111 111111

Color Harmonies of #CFD46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD46B

Black with #CFD46B

Text Example


Text Example

White with #CFD46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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