Html Css Color HEX #CBD46D Goldenrod

📋 copy color: '#CBD46D'

red 203 ◦ green 212 ◦ blue 109

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

Shades of Goldenrod #CBD46D

Tints of Goldenrod #CBD46D

RGB

 RED value IS 203 (79.69% from 255) = 38.74%

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

 BLUE value IS 109 (42.97% from 255) = 20.8%

R = 38.74%
G = 40.46%
B = 20.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#CBD46D (or 0xCBD46D) is known color: Goldenrod. HEX triplet: CB, D4 and 6D. RGB value is (203,212,109). Sum of RGB (Red+Green+Blue) = 203+212+109=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD46D is #342B92. Grayscale: #C5C5C5. Windows color (decimal): -3419027 or 7197899. OLE color: 7197899.

HSL color Cylindrical-coordinate representation of color #CBD46D: hue angle of 65.24º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBD46D is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 212 109 -
CMYK 0.04 0 0.49 0.17
HSL 65.24º 0.54% 0.63% -
HSV(B) 65.24º 0.49% 0.83% -
XYZ 50.93 60.89 23.54 -
YUV 197.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 203 212 109 0.04 0 0.49 0.17 65.24 0.54 0.63
Hex CB D4 6D 4 0 31 11 41 36 3F
Octal 313 324 155 4 0 61 21 101 66 77
Binary 11001011 11010100 1101101 100 0 110001 10001 1000001 110110 111111

Color Harmonies of #CBD46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD46D

Black with #CBD46D

Text Example


Text Example

White with #CBD46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD46D; }

 p { color: rgb(203,212,109); }

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

background-color css

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

 a { background-color: rgb(203,212,109); }

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

border-color css

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

 span { border-color: rgb(203,212,109); }

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