Html Css Color HEX #CBD96F Goldenrod

📋 copy color: '#CBD96F'

red 203 ◦ green 217 ◦ blue 111

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

Shades of Goldenrod #CBD96F

Tints of Goldenrod #CBD96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.87%

 BLUE value IS 111 (43.75% from 255) = 20.9%

R = 38.23%
G = 40.87%
B = 20.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CBD96F (or 0xCBD96F) is known color: Goldenrod. HEX triplet: CB, D9 and 6F. RGB value is (203,217,111). Sum of RGB (Red+Green+Blue) = 203+217+111=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD96F is #342690. Grayscale: #C9C9C9. Windows color (decimal): -3417745 or 7330251. OLE color: 7330251.

HSL color Cylindrical-coordinate representation of color #CBD96F: hue angle of 67.92º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBD96F is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 111 -
CMYK 0.06 0 0.49 0.15
HSL 67.92º 0.58% 0.64% -
HSV(B) 67.92º 0.49% 0.85% -
XYZ 52.31 63.47 24.53 -
YUV 200.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 203 217 111 0.06 0 0.49 0.15 67.92 0.58 0.64
Hex CB D9 6F 6 0 31 F 44 3A 40
Octal 313 331 157 6 0 61 17 104 72 100
Binary 11001011 11011001 1101111 110 0 110001 1111 1000100 111010 1000000

Color Harmonies of #CBD96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD96F

Black with #CBD96F

Text Example


Text Example

White with #CBD96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD96F; }

 p { color: rgb(203,217,111); }

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

background-color css

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

 a { background-color: rgb(203,217,111); }

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

border-color css

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

 span { border-color: rgb(203,217,111); }

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