Html Css Color HEX #D2CB67 Goldenrod

📋 copy color: '#D2CB67'

red 210 ◦ green 203 ◦ blue 103

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

Shades of Goldenrod #D2CB67

Tints of Goldenrod #D2CB67

RGB

 RED value IS 210 (82.42% from 255) = 40.7%

 GREEN value IS 203 (79.69% from 255) = 39.34%

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

R = 40.7%
G = 39.34%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D2CB67 (or 0xD2CB67) is known color: Goldenrod. HEX triplet: D2, CB and 67. RGB value is (210,203,103). Sum of RGB (Red+Green+Blue) = 210+203+103=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CB67 is #2D3498. Grayscale: #C2C2C2. Windows color (decimal): -2962585 or 6802386. OLE color: 6802386.

HSL color Cylindrical-coordinate representation of color #D2CB67: hue angle of 56.07º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2CB67 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 203 103 -
CMYK 0 0.03 0.51 0.18
HSL 56.07º 0.54% 0.61% -
HSV(B) 56.07º 0.51% 0.82% -
XYZ 50.38 57.39 21.25 -
YUV 193.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 210 203 103 0 0.03 0.51 0.18 56.07 0.54 0.61
Hex D2 CB 67 0 3 33 12 38 36 3D
Octal 322 313 147 0 3 63 22 70 66 75
Binary 11010010 11001011 1100111 0 11 110011 10010 111000 110110 111101

Color Harmonies of #D2CB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CB67

Black with #D2CB67

Text Example


Text Example

White with #D2CB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CB67; }

 p { color: rgb(210,203,103); }

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

background-color css

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

 a { background-color: rgb(210,203,103); }

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

border-color css

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

 span { border-color: rgb(210,203,103); }

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