Html Css Color HEX #CBDB6D Goldenrod

📋 copy color: '#CBDB6D'

red 203 ◦ green 219 ◦ blue 109

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

Shades of Goldenrod #CBDB6D

Tints of Goldenrod #CBDB6D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

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

R = 38.23%
G = 41.24%
B = 20.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#CBDB6D (or 0xCBDB6D) is known color: Goldenrod. HEX triplet: CB, DB and 6D. RGB value is (203,219,109). Sum of RGB (Red+Green+Blue) = 203+219+109=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB6D is #342492. Grayscale: #CACACA. Windows color (decimal): -3417235 or 7199691. OLE color: 7199691.

HSL color Cylindrical-coordinate representation of color #CBDB6D: hue angle of 68.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBDB6D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 219 109 -
CMYK 0.07 0 0.50 0.14
HSL 68.73º 0.6% 0.64% -
HSV(B) 68.73º 0.5% 0.86% -
XYZ 52.72 64.46 24.13 -
YUV 201.68 75.7 128.94 -
System Red Green Blue C M Y K H S L
Decimal 203 219 109 0.07 0 0.50 0.14 68.73 0.6 0.64
Hex CB DB 6D 7 0 32 E 45 3C 40
Octal 313 333 155 7 0 62 16 105 74 100
Binary 11001011 11011011 1101101 111 0 110010 1110 1000101 111100 1000000

Color Harmonies of #CBDB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDB6D

Black with #CBDB6D

Text Example


Text Example

White with #CBDB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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